Skip to content

feat: add OpenAI o3-deep-research and o4-mini-deep-research models #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2025

Conversation

danfhernandez
Copy link
Contributor

Add OpenAI Deep Research Models

This PR adds support for the new OpenAI deep research models released on June 26, 2024:

  • o3-deep-research - Advanced reasoning model for deep research tasks ($10/$40 per M tokens)
  • o4-mini-deep-research - Faster, more affordable deep research model ($2/$8 per M tokens)

Both models support:

  • Text and image inputs
  • Text output
  • 200,000 token context window
  • 100,000 max output tokens
  • Reasoning capabilities
  • Tool calling
  • File attachments

Changes

  • Added providers/openai/models/o3-deep-research.toml
  • Added providers/openai/models/o4-mini-deep-research.toml

@danfhernandez
Copy link
Contributor Author

@fwang
Copy link
Contributor

fwang commented Jul 1, 2025

Thanks @danfhernandez!

@fwang fwang merged commit 7a25a69 into sst:dev Jul 1, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants